Last Version

CodeLicenseManager 2.1.1

Manages project and license information in project sourcecode and provides license text files for inclusion in builds. Supports multiple languages and it is relatively easy to add a new language and to make your own custom source code updater.

License

License

GroupId

GroupId

se.natusoft.tools.codelicmgr
ArtifactId

ArtifactId

CodeLicenseManager
Version

Version

2.1.1
Type

Type

pom
Description

Description

CodeLicenseManager
Manages project and license information in project sourcecode and provides license text files for inclusion in builds. Supports multiple languages and it is relatively easy to add a new language and to make your own custom source code updater.
Project URL

Project URL

https://github.com/tombensve/CodeLicenseManager
Project Organization

Project Organization

Natusoft AB

Download CodeLicenseManager 2.1.1


<!-- https://jarcasting.com/artifacts/se.natusoft.tools.codelicmgr/CodeLicenseManager/ -->
<dependency>
    <groupId>se.natusoft.tools.codelicmgr</groupId>
    <artifactId>CodeLicenseManager</artifactId>
    <version>2.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.natusoft.tools.codelicmgr/CodeLicenseManager/
implementation 'se.natusoft.tools.codelicmgr:CodeLicenseManager:2.1.1'
// https://jarcasting.com/artifacts/se.natusoft.tools.codelicmgr/CodeLicenseManager/
implementation ("se.natusoft.tools.codelicmgr:CodeLicenseManager:2.1.1")
'se.natusoft.tools.codelicmgr:CodeLicenseManager:pom:2.1.1'
<dependency org="se.natusoft.tools.codelicmgr" name="CodeLicenseManager" rev="2.1.1">
  <artifact name="CodeLicenseManager" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.natusoft.tools.codelicmgr', module='CodeLicenseManager', version='2.1.1')
)
libraryDependencies += "se.natusoft.tools.codelicmgr" % "CodeLicenseManager" % "2.1.1"
[se.natusoft.tools.codelicmgr/CodeLicenseManager "2.1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

  • CodeLicenseManager-manager
  • CodeLicenseManager-maven-plugin
  • CodeLicenseManager-annotations-retention-source
  • CodeLicenseManager-annotations-retention-runtime
  • CodeLicenseManager-annotations-retention-runtime-all
  • CodeLicenseManager-licenses-common-opensource
  • CodeLicenseManager-source-updater-java-annotation
  • CodeLicenseManager-source-updater-slashstar-comment
  • CodeLicenseManager-source-updater-groovy-annotation
  • CodeLicenseManager-source-updater-hash-comment
  • CodeLicenseManager-source-updater-html-xml
  • CodeLicenseManager-source-updater-jsp
  • CodeLicenseManager-ant-task
  • CodeLicenseManager-command-line
  • CodeLicenseManager-dist
  • CodeLicenseManager-documentation