l

library-dot

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