is not current version
Last Version 4

org.bitbucket.cpointe.mash:mash-core 1


GroupId

GroupId

org.bitbucket.cpointe.mash
ArtifactId

ArtifactId

mash-core
Version

Version

1
Type

Type

jar

Download mash-core 1


<!-- 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"]