| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mhoffrog.io.onedev |
| ArtifactId | ArtifactIdcommons-codeassist |
| Version | Version1.1.12 |
| Type | Typejar |
| Description |
DescriptionThe base parent for all open-source projects coming from mhoffrog.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-codeassist-1.1.12.pom | |
| commons-codeassist-1.1.12.jar | 317 KB |
| commons-codeassist-1.1.12-sources.jar | 188 KB |
| commons-codeassist-1.1.12-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhoffrog.io.onedev/commons-codeassist/ -->
<dependency>
<groupId>com.github.mhoffrog.io.onedev</groupId>
<artifactId>commons-codeassist</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhoffrog.io.onedev/commons-codeassist/
implementation 'com.github.mhoffrog.io.onedev:commons-codeassist:1.1.12'
// https://jarcasting.com/artifacts/com.github.mhoffrog.io.onedev/commons-codeassist/
implementation ("com.github.mhoffrog.io.onedev:commons-codeassist:1.1.12")
'com.github.mhoffrog.io.onedev:commons-codeassist:jar:1.1.12'
<dependency org="com.github.mhoffrog.io.onedev" name="commons-codeassist" rev="1.1.12">
<artifact name="commons-codeassist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhoffrog.io.onedev', module='commons-codeassist', version='1.1.12')
)
libraryDependencies += "com.github.mhoffrog.io.onedev" % "commons-codeassist" % "1.1.12"
[com.github.mhoffrog.io.onedev/commons-codeassist "1.1.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mhoffrog.io.onedev : commons-utils | jar | 1.1.12 |
| org.antlr : antlr4 | jar | 4.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.powermock : powermock-module-junit4 | jar | 1.5.1 |
| org.powermock : powermock-api-mockito | jar | 1.5.1 |