GroupId | GroupIdorg.jdtaus.core |
---|---|
ArtifactId | ArtifactIdjdtaus-core-schemas |
Version | Version1.9.4 |
Type | Typejar |
Filename | Size |
---|---|
jdtaus-core-schemas-1.9.4.pom | |
jdtaus-core-schemas-1.9.4.jar | 25 KB |
jdtaus-core-schemas-1.9.4-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdtaus.core/jdtaus-core-schemas/ -->
<dependency>
<groupId>org.jdtaus.core</groupId>
<artifactId>jdtaus-core-schemas</artifactId>
<version>1.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdtaus.core/jdtaus-core-schemas/
implementation 'org.jdtaus.core:jdtaus-core-schemas:1.9.4'
// https://jarcasting.com/artifacts/org.jdtaus.core/jdtaus-core-schemas/
implementation ("org.jdtaus.core:jdtaus-core-schemas:1.9.4")
'org.jdtaus.core:jdtaus-core-schemas:jar:1.9.4'
<dependency org="org.jdtaus.core" name="jdtaus-core-schemas" rev="1.9.4">
<artifact name="jdtaus-core-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdtaus.core', module='jdtaus-core-schemas', version='1.9.4')
)
libraryDependencies += "org.jdtaus.core" % "jdtaus-core-schemas" % "1.9.4"
[org.jdtaus.core/jdtaus-core-schemas "1.9.4"]