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