| License |
License |
|---|---|
| GroupId | GroupIdorg.aksw.commons |
| ArtifactId | ArtifactIdaksw-commons-parent |
| Version | Version0.9.3 |
| Type | Typepom |
| Description |
DescriptionAKSW Commons parent
A library of commonly used classes in AKSW applications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aksw-commons-parent-0.9.3.pom | 14 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.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.commons/aksw-commons-parent/
implementation 'org.aksw.commons:aksw-commons-parent:0.9.3'
// https://jarcasting.com/artifacts/org.aksw.commons/aksw-commons-parent/
implementation ("org.aksw.commons:aksw-commons-parent:0.9.3")
'org.aksw.commons:aksw-commons-parent:pom:0.9.3'
<dependency org="org.aksw.commons" name="aksw-commons-parent" rev="0.9.3">
<artifact name="aksw-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aksw.commons', module='aksw-commons-parent', version='0.9.3')
)
libraryDependencies += "org.aksw.commons" % "aksw-commons-parent" % "0.9.3"
[org.aksw.commons/aksw-commons-parent "0.9.3"]