License |
License |
---|---|
GroupId | GroupIdorg.otcframework |
ArtifactId | ArtifactIdotc-compiler |
Version | Version2.1 |
Type | Typejar |
Description |
Descriptionorg.otcframework:otc-compiler
OTC Compiler module - use Ver 2.1 or above only.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
otc-compiler-2.1.pom | |
otc-compiler-2.1.jar | 135 KB |
otc-compiler-2.1-javadoc.jar | 681 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otc-compiler/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otc-compiler</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otc-compiler/
implementation 'org.otcframework:otc-compiler:2.1'
// https://jarcasting.com/artifacts/org.otcframework/otc-compiler/
implementation ("org.otcframework:otc-compiler:2.1")
'org.otcframework:otc-compiler:jar:2.1'
<dependency org="org.otcframework" name="otc-compiler" rev="2.1">
<artifact name="otc-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otc-compiler', version='2.1')
)
libraryDependencies += "org.otcframework" % "otc-compiler" % "2.1"
[org.otcframework/otc-compiler "2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.7.0 |
org.otcframework : otc-common | jar | 2.1 |
org.otcframework : otc-executor | jar | 2.1 |
org.otcframework : dateconverters | jar | 1.2 |
org.msgpack : msgpack | jar | 0.6.12 |