l

library-dot

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