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