Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-tags-spring |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
openutils-tags-spring-0.1.pom | |
openutils-tags-spring-0.1.jar | 25 KB |
openutils-tags-spring-0.1-sources.jar | 23 KB |
openutils-tags-spring-0.1-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-tags-spring/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-tags-spring</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-tags-spring/
implementation 'net.sourceforge.openutils:openutils-tags-spring:0.1'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-tags-spring/
implementation ("net.sourceforge.openutils:openutils-tags-spring:0.1")
'net.sourceforge.openutils:openutils-tags-spring:jar:0.1'
<dependency org="net.sourceforge.openutils" name="openutils-tags-spring" rev="0.1">
<artifact name="openutils-tags-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-tags-spring', version='0.1')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-tags-spring" % "0.1"
[net.sourceforge.openutils/openutils-tags-spring "0.1"]