| GroupId | GroupIdcom.github.kerner1000 |
|---|---|
| ArtifactId | ArtifactIdjcamp-dx |
| Version | Version0.10.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jcamp-dx-0.10.2.pom | |
| jcamp-dx-0.10.2.jar | 325 KB |
| jcamp-dx-0.10.2-sources.jar | 227 KB |
| jcamp-dx-0.10.2-javadoc.jar | 963 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kerner1000/jcamp-dx/ -->
<dependency>
<groupId>com.github.kerner1000</groupId>
<artifactId>jcamp-dx</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kerner1000/jcamp-dx/
implementation 'com.github.kerner1000:jcamp-dx:0.10.2'
// https://jarcasting.com/artifacts/com.github.kerner1000/jcamp-dx/
implementation ("com.github.kerner1000:jcamp-dx:0.10.2")
'com.github.kerner1000:jcamp-dx:jar:0.10.2'
<dependency org="com.github.kerner1000" name="jcamp-dx" rev="0.10.2">
<artifact name="jcamp-dx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kerner1000', module='jcamp-dx', version='0.10.2')
)
libraryDependencies += "com.github.kerner1000" % "jcamp-dx" % "0.10.2"
[com.github.kerner1000/jcamp-dx "0.10.2"]