| GroupId | GroupIdorg.bitbucket.cpointe.mash | 
    
|---|---|
| ArtifactId | ArtifactIdmash-core | 
    
| Version | Version1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| mash-core-1.pom | |
| mash-core-1.jar | 11 KB | 
| mash-core-1-tests.jar | 11 KB | 
| mash-core-1-sources.jar | 7 KB | 
| mash-core-1-javadoc.jar | 63 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.cpointe.mash/mash-core/ -->
<dependency>
    <groupId>org.bitbucket.cpointe.mash</groupId>
    <artifactId>mash-core</artifactId>
    <version>1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bitbucket.cpointe.mash/mash-core/
implementation 'org.bitbucket.cpointe.mash:mash-core:1'
                // https://jarcasting.com/artifacts/org.bitbucket.cpointe.mash/mash-core/
implementation ("org.bitbucket.cpointe.mash:mash-core:1")
                'org.bitbucket.cpointe.mash:mash-core:jar:1'
                <dependency org="org.bitbucket.cpointe.mash" name="mash-core" rev="1">
  <artifact name="mash-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bitbucket.cpointe.mash', module='mash-core', version='1')
)
                libraryDependencies += "org.bitbucket.cpointe.mash" % "mash-core" % "1"
                [org.bitbucket.cpointe.mash/mash-core "1"]