GroupId | GroupIdorg.apache.stanbol |
---|---|
ArtifactId | ArtifactIdorg.apache.stanbol.commons.testing.jarexec |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.testing.jarexec/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.testing.jarexec</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.testing.jarexec/
implementation 'org.apache.stanbol:org.apache.stanbol.commons.testing.jarexec:0.12.0'
// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.testing.jarexec/
implementation ("org.apache.stanbol:org.apache.stanbol.commons.testing.jarexec:0.12.0")
'org.apache.stanbol:org.apache.stanbol.commons.testing.jarexec:jar:0.12.0'
<dependency org="org.apache.stanbol" name="org.apache.stanbol.commons.testing.jarexec" rev="0.12.0">
<artifact name="org.apache.stanbol.commons.testing.jarexec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='org.apache.stanbol.commons.testing.jarexec', version='0.12.0')
)
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.commons.testing.jarexec" % "0.12.0"
[org.apache.stanbol/org.apache.stanbol.commons.testing.jarexec "0.12.0"]