| License |
License |
|---|---|
| GroupId | GroupIdat.chrl |
| ArtifactId | ArtifactIdchrl-rebellion |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChRL - Rebellion Scripting
Framework for dynamic reloading of java classes
|
| Filename | Size |
|---|---|
| chrl-rebellion-1.1.0.pom | |
| chrl-rebellion-1.1.0.jar | 39 KB |
| chrl-rebellion-1.1.0-sources.jar | 39 KB |
| chrl-rebellion-1.1.0-javadoc.jar | 204 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/at.chrl/chrl-rebellion/ -->
<dependency>
<groupId>at.chrl</groupId>
<artifactId>chrl-rebellion</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.chrl/chrl-rebellion/
implementation 'at.chrl:chrl-rebellion:1.1.0'
// https://jarcasting.com/artifacts/at.chrl/chrl-rebellion/
implementation ("at.chrl:chrl-rebellion:1.1.0")
'at.chrl:chrl-rebellion:jar:1.1.0'
<dependency org="at.chrl" name="chrl-rebellion" rev="1.1.0">
<artifact name="chrl-rebellion" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.chrl', module='chrl-rebellion', version='1.1.0')
)
libraryDependencies += "at.chrl" % "chrl-rebellion" % "1.1.0"
[at.chrl/chrl-rebellion "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| at.chrl : chrl-cron | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.0.31-beta |