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