Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.onetwo4j |
ArtifactId | ArtifactIdonetwo-spring |
Version | Version4.3.7 |
Type | Typejar |
Filename | Size |
---|---|
onetwo-spring-4.3.7.pom | |
onetwo-spring-4.3.7.jar | 199 KB |
onetwo-spring-4.3.7-sources.jar | 99 KB |
onetwo-spring-4.3.7-javadoc.jar | 856 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.onetwo4j/onetwo-spring/ -->
<dependency>
<groupId>org.onetwo4j</groupId>
<artifactId>onetwo-spring</artifactId>
<version>4.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.onetwo4j/onetwo-spring/
implementation 'org.onetwo4j:onetwo-spring:4.3.7'
// https://jarcasting.com/artifacts/org.onetwo4j/onetwo-spring/
implementation ("org.onetwo4j:onetwo-spring:4.3.7")
'org.onetwo4j:onetwo-spring:jar:4.3.7'
<dependency org="org.onetwo4j" name="onetwo-spring" rev="4.3.7">
<artifact name="onetwo-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onetwo4j', module='onetwo-spring', version='4.3.7')
)
libraryDependencies += "org.onetwo4j" % "onetwo-spring" % "4.3.7"
[org.onetwo4j/onetwo-spring "4.3.7"]