| GroupId | GroupIdcom.github.langion | 
    
|---|---|
| ArtifactId | ArtifactIdlangion-example | 
    
| Last Version | Last Version1.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionlangion-example 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| langion-example-1.8.pom | |
| langion-example-1.8.jar | 4 KB | 
| langion-example-1.8-sources.jar | 1 KB | 
| langion-example-1.8-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.8</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.langion/langion-example/
implementation 'com.github.langion:langion-example:1.8'
                // https://jarcasting.com/artifacts/com.github.langion/langion-example/
implementation ("com.github.langion:langion-example:1.8")
                'com.github.langion:langion-example:jar:1.8'
                <dependency org="com.github.langion" name="langion-example" rev="1.8">
  <artifact name="langion-example" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.langion', module='langion-example', version='1.8')
)
                libraryDependencies += "com.github.langion" % "langion-example" % "1.8"
                [com.github.langion/langion-example "1.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.langion : langion-maven-plugin | maven-plugin | 1.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |