is not current version
Last Version 1.8

com.github.langion:langion 1.7


GroupId

GroupId

com.github.langion
ArtifactId

ArtifactId

langion
Version

Version

1.7
Type

Type

pom

Download langion 1.7

Filename Size
langion-1.7.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.langion/langion/ -->
<dependency>
    <groupId>com.github.langion</groupId>
    <artifactId>langion</artifactId>
    <version>1.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.langion/langion/
implementation 'com.github.langion:langion:1.7'
// https://jarcasting.com/artifacts/com.github.langion/langion/
implementation ("com.github.langion:langion:1.7")
'com.github.langion:langion:pom:1.7'
<dependency org="com.github.langion" name="langion" rev="1.7">
  <artifact name="langion" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.langion', module='langion', version='1.7')
)
libraryDependencies += "com.github.langion" % "langion" % "1.7"
[com.github.langion/langion "1.7"]