Files download
File Operation
api-base-1.0.2.jar download
api-base-1.0.2.pom download
api-base-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.x-team-plus</groupId>
  <artifactId>api-base</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.x-team-plus:api-base:1.0.2'
Gradle Kotlin
implementation("io.github.x-team-plus:api-base:1.0.2")
Scala SBT
libraryDependencies += "io.github.x-team-plus" % "api-base" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.x-team-plus', module='api-base', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.x-team-plus" name="api-base" rev="1.0.2" />
Leiningen
[io.github.x-team-plus/api-base "1.0.2"]
Apache Buildr
'io.github.x-team-plus:api-base:jar:1.0.2'
Dependencies
The project has no third-party dependencies