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