GroupId | GroupIdcom.tagmycode |
---|---|
ArtifactId | ArtifactIdtagmycode-plugin-framework |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin-framework/ -->
<dependency>
<groupId>com.tagmycode</groupId>
<artifactId>tagmycode-plugin-framework</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin-framework/
implementation 'com.tagmycode:tagmycode-plugin-framework:2.0.0'
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin-framework/
implementation ("com.tagmycode:tagmycode-plugin-framework:2.0.0")
'com.tagmycode:tagmycode-plugin-framework:jar:2.0.0'
<dependency org="com.tagmycode" name="tagmycode-plugin-framework" rev="2.0.0">
<artifact name="tagmycode-plugin-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tagmycode', module='tagmycode-plugin-framework', version='2.0.0')
)
libraryDependencies += "com.tagmycode" % "tagmycode-plugin-framework" % "2.0.0"
[com.tagmycode/tagmycode-plugin-framework "2.0.0"]