License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge |
ArtifactId | ArtifactIdkivu4j |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkivu4j
There are many java projects
|
Project URL |
Project URL |
Filename | Size |
---|---|
kivu4j-2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge/kivu4j/ -->
<dependency>
<groupId>net.sourceforge</groupId>
<artifactId>kivu4j</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge/kivu4j/
implementation 'net.sourceforge:kivu4j:2'
// https://jarcasting.com/artifacts/net.sourceforge/kivu4j/
implementation ("net.sourceforge:kivu4j:2")
'net.sourceforge:kivu4j:pom:2'
<dependency org="net.sourceforge" name="kivu4j" rev="2">
<artifact name="kivu4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge', module='kivu4j', version='2')
)
libraryDependencies += "net.sourceforge" % "kivu4j" % "2"
[net.sourceforge/kivu4j "2"]