m

my-essentials-api

To be determined. No license yet.
Files download
File Operation
my-essentials-api-1.0.0.jar download
my-essentials-api-1.0.0.pom download
my-essentials-api-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.the-h-team.my-essentials</groupId>
  <artifactId>my-essentials-api</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.the-h-team.my-essentials:my-essentials-api:1.0.0'
Gradle Kotlin
implementation("com.github.the-h-team.my-essentials:my-essentials-api:1.0.0")
Scala SBT
libraryDependencies += "com.github.the-h-team.my-essentials" % "my-essentials-api" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.the-h-team.my-essentials', module='my-essentials-api', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.the-h-team.my-essentials" name="my-essentials-api" rev="1.0.0" />
Leiningen
[com.github.the-h-team.my-essentials/my-essentials-api "1.0.0"]
Apache Buildr
'com.github.the-h-team.my-essentials:my-essentials-api:jar:1.0.0'