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