| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.kantega.jexmec |
| ArtifactId | ArtifactIdjexmec-api |
| Last Version | Last Version2.0.0rc8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJexmec :: API
Jexmec helps you build plugin architectures on the Java platform
|
| Filename | Size |
|---|---|
| jexmec-api-2.0.0rc8.pom | |
| jexmec-api-2.0.0rc8.jar | 6 KB |
| jexmec-api-2.0.0rc8-sources.jar | 7 KB |
| jexmec-api-2.0.0rc8-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-api/ -->
<dependency>
<groupId>org.kantega.jexmec</groupId>
<artifactId>jexmec-api</artifactId>
<version>2.0.0rc8</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-api/
implementation 'org.kantega.jexmec:jexmec-api:2.0.0rc8'
// https://jarcasting.com/artifacts/org.kantega.jexmec/jexmec-api/
implementation ("org.kantega.jexmec:jexmec-api:2.0.0rc8")
'org.kantega.jexmec:jexmec-api:jar:2.0.0rc8'
<dependency org="org.kantega.jexmec" name="jexmec-api" rev="2.0.0rc8">
<artifact name="jexmec-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.jexmec', module='jexmec-api', version='2.0.0rc8')
)
libraryDependencies += "org.kantega.jexmec" % "jexmec-api" % "2.0.0rc8"
[org.kantega.jexmec/jexmec-api "2.0.0rc8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.8.5 |