Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jstuff |
ArtifactId | ArtifactIdjstuff-integration |
Version | Version5.16.0 |
Type | Typejar |
Filename | Size |
---|---|
jstuff-integration-5.16.0.pom | |
jstuff-integration-5.16.0.jar | 221 KB |
jstuff-integration-5.16.0-sources.jar | 134 KB |
jstuff-integration-5.16.0-javadoc.jar | 787 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jstuff/jstuff-integration/ -->
<dependency>
<groupId>net.sf.jstuff</groupId>
<artifactId>jstuff-integration</artifactId>
<version>5.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jstuff/jstuff-integration/
implementation 'net.sf.jstuff:jstuff-integration:5.16.0'
// https://jarcasting.com/artifacts/net.sf.jstuff/jstuff-integration/
implementation ("net.sf.jstuff:jstuff-integration:5.16.0")
'net.sf.jstuff:jstuff-integration:jar:5.16.0'
<dependency org="net.sf.jstuff" name="jstuff-integration" rev="5.16.0">
<artifact name="jstuff-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jstuff', module='jstuff-integration', version='5.16.0')
)
libraryDependencies += "net.sf.jstuff" % "jstuff-integration" % "5.16.0"
[net.sf.jstuff/jstuff-integration "5.16.0"]