License |
License |
---|---|
GroupId | GroupIdcom.coroptis.cubiculus |
ArtifactId | ArtifactIdcubiculus-interface |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncubiculus interfaces
Package contains model objects that could be mapped to cubiculus API.
This project make easier integration cubiculus API to other application.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationCoroptis |
Filename | Size |
---|---|
cubiculus-interface-1.0.0.pom | |
cubiculus-interface-1.0.0.jar | 30 KB |
cubiculus-interface-1.0.0-sources.jar | 26 KB |
cubiculus-interface-1.0.0-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coroptis.cubiculus/cubiculus-interface/ -->
<dependency>
<groupId>com.coroptis.cubiculus</groupId>
<artifactId>cubiculus-interface</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.coroptis.cubiculus/cubiculus-interface/
implementation 'com.coroptis.cubiculus:cubiculus-interface:1.0.0'
// https://jarcasting.com/artifacts/com.coroptis.cubiculus/cubiculus-interface/
implementation ("com.coroptis.cubiculus:cubiculus-interface:1.0.0")
'com.coroptis.cubiculus:cubiculus-interface:jar:1.0.0'
<dependency org="com.coroptis.cubiculus" name="cubiculus-interface" rev="1.0.0">
<artifact name="cubiculus-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coroptis.cubiculus', module='cubiculus-interface', version='1.0.0')
)
libraryDependencies += "com.coroptis.cubiculus" % "cubiculus-interface" % "1.0.0"
[com.coroptis.cubiculus/cubiculus-interface "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | r09 |
com.sdicons.jsontools : jsontools-core | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |