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