o

orion_core

Orion Core. All other projects use this
Files download
File Operation
orion_core-0.0.3.jar download
orion_core-0.0.3.pom download
orion_core-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.orionlibs.core</groupId>
  <artifactId>orion_core</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.orionlibs.core:orion_core:0.0.3'
Gradle Kotlin
implementation("com.github.orionlibs.core:orion_core:0.0.3")
Scala SBT
libraryDependencies += "com.github.orionlibs.core" % "orion_core" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.orionlibs.core', module='orion_core', version='0.0.3')
)
Apache Ivy
<dependency org="com.github.orionlibs.core" name="orion_core" rev="0.0.3" />
Leiningen
[com.github.orionlibs.core/orion_core "0.0.3"]
Apache Buildr
'com.github.orionlibs.core:orion_core:jar:0.0.3'