Last Version

TagMyCode IDE Plugin Framework for Java 2.3.2

A framework to develop Java IDE plugins for TagMyCode

License

License

GroupId

GroupId

com.tagmycode
ArtifactId

ArtifactId

tagmycode-plugin-framework
Version

Version

2.3.2
Type

Type

jar
Description

Description

TagMyCode IDE Plugin Framework for Java
A framework to develop Java IDE plugins for TagMyCode
Project URL

Project URL

http://tagmycode.com
Source Code Management

Source Code Management

https://github.com/massimozappino/tagmycode-java-plugin-framework

Download tagmycode-plugin-framework 2.3.2


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

Dependencies

compile (4)

Group / Artifact Type Version
com.tagmycode : tagmycode-sdk jar 1.3.1
com.intellij : forms_rt jar 7.0.3
com.fifesoft : rsyntaxtextarea jar 2.6.1
com.google.guava : guava jar 29.0-jre

test (4)

Group / Artifact Type Version
com.tagmycode : tagmycode-sdk test-jar 1.3.1
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5
org.awaitility : awaitility jar 3.0.0

Project Modules

There are no modules declared in this project.