Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-tags-spring |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
openutils-tags-spring-0.2.pom | |
openutils-tags-spring-0.2.jar | 26 KB |
openutils-tags-spring-0.2-sources.jar | 23 KB |
openutils-tags-spring-0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-tags-spring/
implementation 'net.sourceforge.openutils:openutils-tags-spring:0.2'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-tags-spring/
implementation ("net.sourceforge.openutils:openutils-tags-spring:0.2")
'net.sourceforge.openutils:openutils-tags-spring:jar:0.2'
<dependency org="net.sourceforge.openutils" name="openutils-tags-spring" rev="0.2">
<artifact name="openutils-tags-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-tags-spring', version='0.2')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-tags-spring" % "0.2"
[net.sourceforge.openutils/openutils-tags-spring "0.2"]