License |
License |
---|---|
GroupId | GroupIdorg.openscm.kundo.plugins |
ArtifactId | ArtifactIdplugin-library |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKundo Plugin Library
|
Filename | Size |
---|---|
plugin-library-0.9.pom | |
plugin-library-0.9.jar | 32 KB |
plugin-library-0.9-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openscm.kundo.plugins/plugin-library/ -->
<dependency>
<groupId>org.openscm.kundo.plugins</groupId>
<artifactId>plugin-library</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.openscm.kundo.plugins/plugin-library/
implementation 'org.openscm.kundo.plugins:plugin-library:0.9'
// https://jarcasting.com/artifacts/org.openscm.kundo.plugins/plugin-library/
implementation ("org.openscm.kundo.plugins:plugin-library:0.9")
'org.openscm.kundo.plugins:plugin-library:jar:0.9'
<dependency org="org.openscm.kundo.plugins" name="plugin-library" rev="0.9">
<artifact name="plugin-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openscm.kundo.plugins', module='plugin-library', version='0.9')
)
libraryDependencies += "org.openscm.kundo.plugins" % "plugin-library" % "0.9"
[org.openscm.kundo.plugins/plugin-library "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.openscm.kundo.common : common-library | jar | 0.9 |
org.codehaus.groovy : groovy-all | jar | 1.5.6 |
org.picocontainer : picocontainer | jar | 2.6 |
ant-contrib : ant-contrib | jar | 1.0b2 |
org.apache.ant : ant-nodeps | jar | 1.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |