GroupId | GroupIdorg.metaeffekt.core |
---|---|
ArtifactId | ArtifactIdae-core-tools |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
ae-core-tools-0.3.0.pom | 598 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metaeffekt.core/ae-core-tools/ -->
<dependency>
<groupId>org.metaeffekt.core</groupId>
<artifactId>ae-core-tools</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metaeffekt.core/ae-core-tools/
implementation 'org.metaeffekt.core:ae-core-tools:0.3.0'
// https://jarcasting.com/artifacts/org.metaeffekt.core/ae-core-tools/
implementation ("org.metaeffekt.core:ae-core-tools:0.3.0")
'org.metaeffekt.core:ae-core-tools:pom:0.3.0'
<dependency org="org.metaeffekt.core" name="ae-core-tools" rev="0.3.0">
<artifact name="ae-core-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metaeffekt.core', module='ae-core-tools', version='0.3.0')
)
libraryDependencies += "org.metaeffekt.core" % "ae-core-tools" % "0.3.0"
[org.metaeffekt.core/ae-core-tools "0.3.0"]