| GroupId | GroupIdorg.aksw.commons |
|---|---|
| ArtifactId | ArtifactIdaksw-commons-parent |
| Version | Version0.8.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| aksw-commons-parent-0.8.7.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aksw.commons/aksw-commons-parent/ -->
<dependency>
<groupId>org.aksw.commons</groupId>
<artifactId>aksw-commons-parent</artifactId>
<version>0.8.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.commons/aksw-commons-parent/
implementation 'org.aksw.commons:aksw-commons-parent:0.8.7'
// https://jarcasting.com/artifacts/org.aksw.commons/aksw-commons-parent/
implementation ("org.aksw.commons:aksw-commons-parent:0.8.7")
'org.aksw.commons:aksw-commons-parent:pom:0.8.7'
<dependency org="org.aksw.commons" name="aksw-commons-parent" rev="0.8.7">
<artifact name="aksw-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aksw.commons', module='aksw-commons-parent', version='0.8.7')
)
libraryDependencies += "org.aksw.commons" % "aksw-commons-parent" % "0.8.7"
[org.aksw.commons/aksw-commons-parent "0.8.7"]