is not current version
Last Version 1.8

com.github.langion:langion-example 1.7


GroupId

GroupId

com.github.langion
ArtifactId

ArtifactId

langion-example
Version

Version

1.7
Type

Type

jar

Download langion-example 1.7


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