MVN

com.github.anno4j : alibaba-repository-object

Maven & Gradle

Aug 30, 2017
4 usages
42 stars

Anno4j Alibaba Object Repository (forked) · The Object Repository maps Java objects to and from RDF resources and OWL classes to Java classes in a non-intrusive manner that enables developers to work at the object level.

<dependency>
    <groupId>com.github.anno4j</groupId>
    <artifactId>alibaba-repository-object</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.anno4j : alibaba-repository-object to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of com.github.anno4j : alibaba-repository-object to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
alibaba-repository-object-2.4
2.3.x
alibaba-repository-object-2.3.0
2.2.x
alibaba-repository-object-2.2.1.MICO
alibaba-repository-object-2.2.0.MICO
alibaba-repository-object-2.2.0
2.0.x
alibaba-repository-object-2.0.1
alibaba-repository-object-2.0.0
1.1.x
alibaba-repository-object-1.1.5
alibaba-repository-object-1.1.4
alibaba-repository-object-1.1.3
alibaba-repository-object-1.1.2
alibaba-repository-object-1.1.1
alibaba-repository-object-1.1.0
1.0.x
alibaba-repository-object-1.0.5
alibaba-repository-object-1.0.3
alibaba-repository-object-1.0.2
alibaba-repository-object-1.0.1

How to add a dependency to Maven

Add the following com.github.anno4j : alibaba-repository-object maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.anno4j</groupId>
    <artifactId>alibaba-repository-object</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.anno4j : alibaba-repository-object gradle dependency to your build.gradle file:

implementation 'com.github.anno4j:alibaba-repository-object:2.4'

Gradle Kotlin DSL: Add the following com.github.anno4j : alibaba-repository-object gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.anno4j:alibaba-repository-object:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.anno4j : alibaba-repository-object sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.anno4j" % "alibaba-repository-object" % "2.4"

Advertisement