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