GroupId | GroupIdde.tum.ei.lkn.eces |
---|---|
ArtifactId | ArtifactIdmaster-pom |
Version | Version1.0.19 |
Type | Typejar |
Filename | Size |
---|---|
master-pom-1.0.19.pom | 4 KB |
master-pom-1.0.19-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/master-pom/ -->
<dependency>
<groupId>de.tum.ei.lkn.eces</groupId>
<artifactId>master-pom</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/master-pom/
implementation 'de.tum.ei.lkn.eces:master-pom:1.0.19'
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/master-pom/
implementation ("de.tum.ei.lkn.eces:master-pom:1.0.19")
'de.tum.ei.lkn.eces:master-pom:jar:1.0.19'
<dependency org="de.tum.ei.lkn.eces" name="master-pom" rev="1.0.19">
<artifact name="master-pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.ei.lkn.eces', module='master-pom', version='1.0.19')
)
libraryDependencies += "de.tum.ei.lkn.eces" % "master-pom" % "1.0.19"
[de.tum.ei.lkn.eces/master-pom "1.0.19"]