Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.cognifide.apmt |
ArtifactId | ArtifactIdapmt |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
apmt-0.4.0.pom | |
apmt-0.4.0.jar | 91 KB |
apmt-0.4.0-sources.jar | 1 KB |
apmt-0.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognifide.apmt/apmt/ -->
<dependency>
<groupId>com.cognifide.apmt</groupId>
<artifactId>apmt</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognifide.apmt/apmt/
implementation 'com.cognifide.apmt:apmt:0.4.0'
// https://jarcasting.com/artifacts/com.cognifide.apmt/apmt/
implementation ("com.cognifide.apmt:apmt:0.4.0")
'com.cognifide.apmt:apmt:jar:0.4.0'
<dependency org="com.cognifide.apmt" name="apmt" rev="0.4.0">
<artifact name="apmt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognifide.apmt', module='apmt', version='0.4.0')
)
libraryDependencies += "com.cognifide.apmt" % "apmt" % "0.4.0"
[com.cognifide.apmt/apmt "0.4.0"]