License |
License |
---|---|
GroupId | GroupIdorg.otcframework |
ArtifactId | ArtifactIdotc-common |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionorg.otcframework:otc-common
Otc-Commons required by both the OTC Engine and the Editor.
|
Filename | Size |
---|---|
otc-common-1.0.pom | |
otc-common-1.0.jar | 61 KB |
otc-common-1.0-sources.jar | 44 KB |
otc-common-1.0-javadoc.jar | 332 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otc-common/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otc-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otc-common/
implementation 'org.otcframework:otc-common:1.0'
// https://jarcasting.com/artifacts/org.otcframework/otc-common/
implementation ("org.otcframework:otc-common:1.0")
'org.otcframework:otc-common:jar:1.0'
<dependency org="org.otcframework" name="otc-common" rev="1.0">
<artifact name="otc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otc-common', version='1.0')
)
libraryDependencies += "org.otcframework" % "otc-common" % "1.0"
[org.otcframework/otc-common "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.sonarsource.scanner.maven : sonar-maven-plugin | jar | 3.8.0.2131 |