GroupId | GroupIdorg.otcframework |
---|---|
ArtifactId | ArtifactIdotc-compiler |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
otc-compiler-2.0.pom | |
otc-compiler-2.0.jar | 135 KB |
otc-compiler-2.0-javadoc.jar | 681 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.otcframework/otc-compiler/ -->
<dependency>
<groupId>org.otcframework</groupId>
<artifactId>otc-compiler</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.otcframework/otc-compiler/
implementation 'org.otcframework:otc-compiler:2.0'
// https://jarcasting.com/artifacts/org.otcframework/otc-compiler/
implementation ("org.otcframework:otc-compiler:2.0")
'org.otcframework:otc-compiler:jar:2.0'
<dependency org="org.otcframework" name="otc-compiler" rev="2.0">
<artifact name="otc-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.otcframework', module='otc-compiler', version='2.0')
)
libraryDependencies += "org.otcframework" % "otc-compiler" % "2.0"
[org.otcframework/otc-compiler "2.0"]