GroupId | GroupIdcom.github.langion |
---|---|
ArtifactId | ArtifactIdlangion |
Version | Version1.5 |
Type | Typepom |
Filename | Size |
---|---|
langion-1.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.langion/langion/ -->
<dependency>
<groupId>com.github.langion</groupId>
<artifactId>langion</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.langion/langion/
implementation 'com.github.langion:langion:1.5'
// https://jarcasting.com/artifacts/com.github.langion/langion/
implementation ("com.github.langion:langion:1.5")
'com.github.langion:langion:pom:1.5'
<dependency org="com.github.langion" name="langion" rev="1.5">
<artifact name="langion" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.langion', module='langion', version='1.5')
)
libraryDependencies += "com.github.langion" % "langion" % "1.5"
[com.github.langion/langion "1.5"]