| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.kyori.moonshine | 
    
| ArtifactId | ArtifactIdmoonshine | 
    
| Last Version | Last Version2.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionmoonshine 
            A localisation library for Java 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| moonshine-2.0.4.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/net.kyori.moonshine/moonshine/ -->
<dependency>
    <groupId>net.kyori.moonshine</groupId>
    <artifactId>moonshine</artifactId>
    <version>2.0.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.kyori.moonshine/moonshine/
implementation 'net.kyori.moonshine:moonshine:2.0.4'
                // https://jarcasting.com/artifacts/net.kyori.moonshine/moonshine/
implementation ("net.kyori.moonshine:moonshine:2.0.4")
                'net.kyori.moonshine:moonshine:pom:2.0.4'
                <dependency org="net.kyori.moonshine" name="moonshine" rev="2.0.4">
  <artifact name="moonshine" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.kyori.moonshine', module='moonshine', version='2.0.4')
)
                libraryDependencies += "net.kyori.moonshine" % "moonshine" % "2.0.4"
                [net.kyori.moonshine/moonshine "2.0.4"]