coins-api

COINS api

License

License

GroupId

GroupId

com.sysunite.coinsweb
ArtifactId

ArtifactId

coins-api
Last Version

Last Version

1.1.606
Release Date

Release Date

Type

Type

jar
Description

Description

coins-api
COINS api
Project URL

Project URL

https://github.com/sysunite/coins-2-sdk
Source Code Management

Source Code Management

https://github.com/sysunite/coins-2-sdk

Download coins-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.sysunite.coinsweb/coins-api/ -->
<dependency>
    <groupId>com.sysunite.coinsweb</groupId>
    <artifactId>coins-api</artifactId>
    <version>1.1.606</version>
</dependency>
// https://jarcasting.com/artifacts/com.sysunite.coinsweb/coins-api/
implementation 'com.sysunite.coinsweb:coins-api:1.1.606'
// https://jarcasting.com/artifacts/com.sysunite.coinsweb/coins-api/
implementation ("com.sysunite.coinsweb:coins-api:1.1.606")
'com.sysunite.coinsweb:coins-api:jar:1.1.606'
<dependency org="com.sysunite.coinsweb" name="coins-api" rev="1.1.606">
  <artifact name="coins-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sysunite.coinsweb', module='coins-api', version='1.1.606')
)
libraryDependencies += "com.sysunite.coinsweb" % "coins-api" % "1.1.606"
[com.sysunite.coinsweb/coins-api "1.1.606"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.jena : apache-jena-libs pom 2.13.0
org.freemarker : freemarker jar 2.3.20
org.codehaus.plexus : plexus-utils jar 1.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

COINS 2.0 SDK

This is the official COINS 2.0 software development kit for Java and .NET. The SDK can help you in the following situations:

  • you have a .ccr file and you want to view the content
  • you want to write some software to read or create .ccr files
  • you write software that works with Object Libraries that are specified in RDF

###Main components The SDK consists of a set of tools:

  • coins-api - software library to include in your Java or .NET project
<dependency>
  <groupId>com.sysunite.coinsweb</groupId>
  <artifactId>coins-api</artifactId>
  <version>1.1.605</version>
</dependency>

(currently only the api is available via maven)

  • coins-cli - command line tool for Windows / Linux / Mac that contains all tools
  • viewer - view the content of a .ccr file
  • validator - validate the content of a .ccr file
  • generator - generate Java or .NET classes from an RDF Object Library

###Getting started

For using the tools:

For a Java project:

For a dotNET project:

###Documentation Visit the documentation page for more information.

com.sysunite.coinsweb

Weaver

We are the creators of Weaver at wvr.io

Versions

Version
1.1.606
1.1.604
1.1.603
1.1.503
1.1.502
1.1.501
1.1.500
1.1.499
1.1.${buildNumber}