o

org.cogchar.lib.core

Cogchar core - does not include Render binding or Robot binding
Files download
File Operation
org.cogchar.lib.core-1.0.6.2.jar download
org.cogchar.lib.core-1.0.6.2.pom download
org.cogchar.lib.core-1.0.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cogchar</groupId>
  <artifactId>org.cogchar.lib.core</artifactId>
  <version>1.0.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.cogchar:org.cogchar.lib.core:1.0.6.2'
Gradle Kotlin
implementation("org.cogchar:org.cogchar.lib.core:1.0.6.2")
Scala SBT
libraryDependencies += "org.cogchar" % "org.cogchar.lib.core" % "1.0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.cogchar', module='org.cogchar.lib.core', version='1.0.6.2')
)
Apache Ivy
<dependency org="org.cogchar" name="org.cogchar.lib.core" rev="1.0.6.2" />
Leiningen
[org.cogchar/org.cogchar.lib.core "1.0.6.2"]
Apache Buildr
'org.cogchar:org.cogchar.lib.core:jar:1.0.6.2'