Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdeu.fusepool.p3 |
ArtifactId | ArtifactIdtransformer-implementation-library |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.fusepool.p3/transformer-implementation-library/ -->
<dependency>
<groupId>eu.fusepool.p3</groupId>
<artifactId>transformer-implementation-library</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fusepool.p3/transformer-implementation-library/
implementation 'eu.fusepool.p3:transformer-implementation-library:1.0.0'
// https://jarcasting.com/artifacts/eu.fusepool.p3/transformer-implementation-library/
implementation ("eu.fusepool.p3:transformer-implementation-library:1.0.0")
'eu.fusepool.p3:transformer-implementation-library:jar:1.0.0'
<dependency org="eu.fusepool.p3" name="transformer-implementation-library" rev="1.0.0">
<artifact name="transformer-implementation-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fusepool.p3', module='transformer-implementation-library', version='1.0.0')
)
libraryDependencies += "eu.fusepool.p3" % "transformer-implementation-library" % "1.0.0"
[eu.fusepool.p3/transformer-implementation-library "1.0.0"]