is not current version
Last Version 2.3.2

com.tagmycode:tagmycode-plugin-framework 2.0.0

A framework to develop Java IDE plugins for TagMyCode

GroupId

GroupId

com.tagmycode
ArtifactId

ArtifactId

tagmycode-plugin-framework
Version

Version

2.0.0
Type

Type

jar

Download tagmycode-plugin-framework 2.0.0


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