GroupId | GroupIdcom.github.martinpaljak |
---|---|
ArtifactId | ArtifactIdcdoc |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
cdoc-0.0.3.pom | |
cdoc-0.0.3.jar | 162 KB |
cdoc-0.0.3-sources.jar | 150 KB |
cdoc-0.0.3-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>cdoc</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation 'com.github.martinpaljak:cdoc:0.0.3'
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation ("com.github.martinpaljak:cdoc:0.0.3")
'com.github.martinpaljak:cdoc:jar:0.0.3'
<dependency org="com.github.martinpaljak" name="cdoc" rev="0.0.3">
<artifact name="cdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='cdoc', version='0.0.3')
)
libraryDependencies += "com.github.martinpaljak" % "cdoc" % "0.0.3"
[com.github.martinpaljak/cdoc "0.0.3"]