GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdmicroframework-test-app |
Version | Version0.9.5-dev |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mastfrog/microframework-test-app/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>microframework-test-app</artifactId>
<version>0.9.5-dev</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/microframework-test-app/
implementation 'com.mastfrog:microframework-test-app:0.9.5-dev'
// https://jarcasting.com/artifacts/com.mastfrog/microframework-test-app/
implementation ("com.mastfrog:microframework-test-app:0.9.5-dev")
'com.mastfrog:microframework-test-app:jar:0.9.5-dev'
<dependency org="com.mastfrog" name="microframework-test-app" rev="0.9.5-dev">
<artifact name="microframework-test-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='microframework-test-app', version='0.9.5-dev')
)
libraryDependencies += "com.mastfrog" % "microframework-test-app" % "0.9.5-dev"
[com.mastfrog/microframework-test-app "0.9.5-dev"]