GroupId | GroupIdcom.github.szgabsz91 |
---|---|
ArtifactId | ArtifactIdmorpher-core |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
morpher-core-0.0.5.pom | |
morpher-core-0.0.5.jar | 34 KB |
morpher-core-0.0.5-sources.jar | 76 KB |
morpher-core-0.0.5-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.szgabsz91/morpher-core/ -->
<dependency>
<groupId>com.github.szgabsz91</groupId>
<artifactId>morpher-core</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.szgabsz91/morpher-core/
implementation 'com.github.szgabsz91:morpher-core:0.0.5'
// https://jarcasting.com/artifacts/com.github.szgabsz91/morpher-core/
implementation ("com.github.szgabsz91:morpher-core:0.0.5")
'com.github.szgabsz91:morpher-core:jar:0.0.5'
<dependency org="com.github.szgabsz91" name="morpher-core" rev="0.0.5">
<artifact name="morpher-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.szgabsz91', module='morpher-core', version='0.0.5')
)
libraryDependencies += "com.github.szgabsz91" % "morpher-core" % "0.0.5"
[com.github.szgabsz91/morpher-core "0.0.5"]