GroupId | GroupIdcom.github.grapheco |
---|---|
ArtifactId | ArtifactIdgraiph-common |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
graiph-common-0.1.pom | |
graiph-common-0.1.jar | 73 KB |
graiph-common-0.1-sources.jar | 4 KB |
graiph-common-0.1-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.grapheco/graiph-common/ -->
<dependency>
<groupId>com.github.grapheco</groupId>
<artifactId>graiph-common</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.grapheco/graiph-common/
implementation 'com.github.grapheco:graiph-common:0.1'
// https://jarcasting.com/artifacts/com.github.grapheco/graiph-common/
implementation ("com.github.grapheco:graiph-common:0.1")
'com.github.grapheco:graiph-common:jar:0.1'
<dependency org="com.github.grapheco" name="graiph-common" rev="0.1">
<artifact name="graiph-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.grapheco', module='graiph-common', version='0.1')
)
libraryDependencies += "com.github.grapheco" % "graiph-common" % "0.1"
[com.github.grapheco/graiph-common "0.1"]