GroupId | GroupIdorg.openscm.kundo.plugins |
---|---|
ArtifactId | ArtifactIdplugin-library |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
plugin-library-0.7.pom | |
plugin-library-0.7.jar | 16 KB |
plugin-library-0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openscm.kundo.plugins/plugin-library/
implementation 'org.openscm.kundo.plugins:plugin-library:0.7'
// https://jarcasting.com/artifacts/org.openscm.kundo.plugins/plugin-library/
implementation ("org.openscm.kundo.plugins:plugin-library:0.7")
'org.openscm.kundo.plugins:plugin-library:jar:0.7'
<dependency org="org.openscm.kundo.plugins" name="plugin-library" rev="0.7">
<artifact name="plugin-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openscm.kundo.plugins', module='plugin-library', version='0.7')
)
libraryDependencies += "org.openscm.kundo.plugins" % "plugin-library" % "0.7"
[org.openscm.kundo.plugins/plugin-library "0.7"]