GroupId | GroupIdorg.semweb4j |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
parent-5.0.0.pom | 17 KB |
parent-5.0.0-tests.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semweb4j/parent/ -->
<dependency>
<groupId>org.semweb4j</groupId>
<artifactId>parent</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semweb4j/parent/
implementation 'org.semweb4j:parent:5.0.0'
// https://jarcasting.com/artifacts/org.semweb4j/parent/
implementation ("org.semweb4j:parent:5.0.0")
'org.semweb4j:parent:jar:5.0.0'
<dependency org="org.semweb4j" name="parent" rev="5.0.0">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semweb4j', module='parent', version='5.0.0')
)
libraryDependencies += "org.semweb4j" % "parent" % "5.0.0"
[org.semweb4j/parent "5.0.0"]