GroupId | GroupIdcom.sta-soft |
---|---|
ArtifactId | ArtifactIdconverter3 |
Version | Version3.115 |
Type | Typejar |
Filename | Size |
---|---|
converter3-3.115.pom | |
converter3-3.115.jar | 12 MB |
converter3-3.115-tests.jar | 3 KB |
converter3-3.115-test-sources.jar | 3 KB |
converter3-3.115-sources.jar | 10 MB |
converter3-3.115-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/converter3/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>converter3</artifactId>
<version>3.115</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/converter3/
implementation 'com.sta-soft:converter3:3.115'
// https://jarcasting.com/artifacts/com.sta-soft/converter3/
implementation ("com.sta-soft:converter3:3.115")
'com.sta-soft:converter3:jar:3.115'
<dependency org="com.sta-soft" name="converter3" rev="3.115">
<artifact name="converter3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='converter3', version='3.115')
)
libraryDependencies += "com.sta-soft" % "converter3" % "3.115"
[com.sta-soft/converter3 "3.115"]