l

library-dot

Library for dot language
Files download
File Operation
library-dot-1.0.5.jar download
library-dot-1.0.5.pom download
library-dot-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.frtu.governance</groupId>
  <artifactId>library-dot</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.frtu.governance:library-dot:1.0.5'
Gradle Kotlin
implementation("com.github.frtu.governance:library-dot:1.0.5")
Scala SBT
libraryDependencies += "com.github.frtu.governance" % "library-dot" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frtu.governance', module='library-dot', version='1.0.5')
)
Apache Ivy
<dependency org="com.github.frtu.governance" name="library-dot" rev="1.0.5" />
Leiningen
[com.github.frtu.governance/library-dot "1.0.5"]
Apache Buildr
'com.github.frtu.governance:library-dot:jar:1.0.5'