de.tobiasroeser.mill.osgi_mill0.10_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.tototec</groupId> <artifactId>de.tobiasroeser.mill.osgi_mill0.10_2.13</artifactId> <version>0.5.0-21-4a8ca5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <name>de.tobiasroeser.mill.osgi_mill0.10_2.13</name> <groupId>de.tototec</groupId> <artifactId>de.tobiasroeser.mill.osgi_mill0.10_2.13</artifactId> <packaging>jar</packaging> <description>Mill module adding OSGi bundle support</description> <version>0.5.0-21-4a8ca5</version> <url>https://github.com/lefou/mill-osgi</url> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/lefou/mill-osgi.git</connection> <developerConnection>scm:git:ssh://git@github.com:lefou/mill-osgi.git</developerConnection> <url>https://github.com/lefou/mill-osgi</url> </scm> <developers> <developer> <id>lefou</id> <name>Tobias Roeser</name> <url>https.//github.com/lefou</url> </developer> </developers> <properties> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.14</version> </dependency> <dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>biz.aQute.bndlib</artifactId> <version>6.4.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-main_2.13</artifactId> <version>0.10.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-scalalib_2.13</artifactId> <version>0.10.0</version> <scope>provided</scope> </dependency> </dependencies> </project>