Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.jexmec |
ArtifactId | ArtifactIdjexmec-spring |
Version | Version2.0.0rc6 |
Type | Typejar |
Filename | Size |
---|---|
jexmec-spring-2.0.0rc6.pom | |
jexmec-spring-2.0.0rc6.jar | 12 KB |
jexmec-spring-2.0.0rc6-sources.jar | 7 KB |
jexmec-spring-2.0.0rc6-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-spring/ -->
<dependency>
<groupId>org.kantega.jexmec</groupId>
<artifactId>jexmec-spring</artifactId>
<version>2.0.0rc6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-spring/
implementation 'org.kantega.jexmec:jexmec-spring:2.0.0rc6'
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-spring/
implementation ("org.kantega.jexmec:jexmec-spring:2.0.0rc6")
'org.kantega.jexmec:jexmec-spring:jar:2.0.0rc6'
<dependency org="org.kantega.jexmec" name="jexmec-spring" rev="2.0.0rc6">
<artifact name="jexmec-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.jexmec', module='jexmec-spring', version='2.0.0rc6')
)
libraryDependencies += "org.kantega.jexmec" % "jexmec-spring" % "2.0.0rc6"
[org.kantega.jexmec/jexmec-spring "2.0.0rc6"]