GroupId | GroupIdcom.github.martinpaljak |
---|---|
ArtifactId | ArtifactIdcdoc |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cdoc-0.0.1.pom | |
cdoc-0.0.1.jar | 147 KB |
cdoc-0.0.1-sources.jar | 132 KB |
cdoc-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation 'com.github.martinpaljak:cdoc:0.0.1'
// https://jarcasting.com/artifacts/com.github.martinpaljak/cdoc/
implementation ("com.github.martinpaljak:cdoc:0.0.1")
'com.github.martinpaljak:cdoc:jar:0.0.1'
<dependency org="com.github.martinpaljak" name="cdoc" rev="0.0.1">
<artifact name="cdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='cdoc', version='0.0.1')
)
libraryDependencies += "com.github.martinpaljak" % "cdoc" % "0.0.1"
[com.github.martinpaljak/cdoc "0.0.1"]