GroupId | GroupIdorg.into-cps.maestro.plugins |
---|---|
ArtifactId | ArtifactIdtypeconverter |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
typeconverter-2.0.3.pom | |
typeconverter-2.0.3.jar | 6 KB |
typeconverter-2.0.3-sources.jar | 2 KB |
typeconverter-2.0.3-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/typeconverter/ -->
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>typeconverter</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/typeconverter/
implementation 'org.into-cps.maestro.plugins:typeconverter:2.0.3'
// https://jarcasting.com/artifacts/org.into-cps.maestro.plugins/typeconverter/
implementation ("org.into-cps.maestro.plugins:typeconverter:2.0.3")
'org.into-cps.maestro.plugins:typeconverter:jar:2.0.3'
<dependency org="org.into-cps.maestro.plugins" name="typeconverter" rev="2.0.3">
<artifact name="typeconverter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro.plugins', module='typeconverter', version='2.0.3')
)
libraryDependencies += "org.into-cps.maestro.plugins" % "typeconverter" % "2.0.3"
[org.into-cps.maestro.plugins/typeconverter "2.0.3"]