is not current version
Last Version 2.3.2

com.tagmycode:tagmycode-plugin-framework 0.2

A framework to develop Java IDE plugins for TagMyCode

GroupId

GroupId

com.tagmycode
ArtifactId

ArtifactId

tagmycode-plugin-framework
Version

Version

0.2
Type

Type

jar

Download tagmycode-plugin-framework 0.2


<!-- https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin-framework/ -->
<dependency>
    <groupId>com.tagmycode</groupId>
    <artifactId>tagmycode-plugin-framework</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin-framework/
implementation 'com.tagmycode:tagmycode-plugin-framework:0.2'
// https://jarcasting.com/artifacts/com.tagmycode/tagmycode-plugin-framework/
implementation ("com.tagmycode:tagmycode-plugin-framework:0.2")
'com.tagmycode:tagmycode-plugin-framework:jar:0.2'
<dependency org="com.tagmycode" name="tagmycode-plugin-framework" rev="0.2">
  <artifact name="tagmycode-plugin-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tagmycode', module='tagmycode-plugin-framework', version='0.2')
)
libraryDependencies += "com.tagmycode" % "tagmycode-plugin-framework" % "0.2"
[com.tagmycode/tagmycode-plugin-framework "0.2"]