TagMyCode IDE Plugin Framework for Java

A framework to develop Java IDE plugins for TagMyCode

License

License

GroupId

GroupId

com.tagmycode
ArtifactId

ArtifactId

tagmycode-plugin-framework
Last Version

Last Version

2.3.2
Release Date

Release Date

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

How to add to project

<!-- 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.

Build Status Coverage Status

TagMyCode IDE Plugin Framework for Java

A framework to develop Java IDE plugins for TagMyCode.

Configure Project with IntelliJ

  • File -> Open...
  • Select directory tagmycode-java-plugin-framework
  • File -> Project Structure
  • In Project Compiler Output insert the full path of the project with /out, example /home/user/tagmycode-java-plugin-framework/out

Versions

Version
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
0.2