coins-api

COINS api

Лицензия

Лицензия

Группа

Группа

com.sysunite.coinsweb
Идентификатор

Идентификатор

coins-api
Последняя версия

Последняя версия

1.1.606
Дата

Дата

Тип

Тип

jar
Описание

Описание

coins-api
COINS api
Ссылка на сайт

Ссылка на сайт

https://github.com/sysunite/coins-2-sdk
Система контроля версий

Система контроля версий

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

Скачать coins-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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}