Files download
File Operation
morpher-system-api-1.7.0.jar download
morpher-system-api-1.7.0.pom download
morpher-system-api-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.szgabsz91</groupId>
  <artifactId>morpher-system-api</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.szgabsz91:morpher-system-api:1.7.0'
Gradle Kotlin
implementation("com.github.szgabsz91:morpher-system-api:1.7.0")
Scala SBT
libraryDependencies += "com.github.szgabsz91" % "morpher-system-api" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.szgabsz91', module='morpher-system-api', version='1.7.0')
)
Apache Ivy
<dependency org="com.github.szgabsz91" name="morpher-system-api" rev="1.7.0" />
Leiningen
[com.github.szgabsz91/morpher-system-api "1.7.0"]
Apache Buildr
'com.github.szgabsz91:morpher-system-api:jar:1.7.0'