g

gits-core

A library for any helper and important methods
https://github.com/gitsindonesia/gits-core
The Apache Software License, Version 2.0
GITS Indonesia
Files download
File Operation
gits-core-0.0.1.pom download
gits-core-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>id.gits</groupId>
  <artifactId>gits-core</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'id.gits:gits-core:0.0.1'
Gradle Kotlin
implementation("id.gits:gits-core:0.0.1")
Scala SBT
libraryDependencies += "id.gits" % "gits-core" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='id.gits', module='gits-core', version='0.0.1')
)
Apache Ivy
<dependency org="id.gits" name="gits-core" rev="0.0.1" />
Leiningen
[id.gits/gits-core "0.0.1"]
Apache Buildr
'id.gits:gits-core:jar:0.0.1'