License |
License |
---|---|
GroupId | GroupIdio.frebel |
ArtifactId | ArtifactIdfrebel-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionfrebel-core
Frebel is a java agent plugin.
With Frebel you stop waiting for build and redeploy to make code changes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
frebel-core-1.0.0.pom | |
frebel-core-1.0.0.jar | 2 MB |
frebel-core-1.0.0-sources.jar | 66 KB |
frebel-core-1.0.0-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.frebel/frebel-core/ -->
<dependency>
<groupId>io.frebel</groupId>
<artifactId>frebel-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.frebel/frebel-core/
implementation 'io.frebel:frebel-core:1.0.0'
// https://jarcasting.com/artifacts/io.frebel/frebel-core/
implementation ("io.frebel:frebel-core:1.0.0")
'io.frebel:frebel-core:jar:1.0.0'
<dependency org="io.frebel" name="frebel-core" rev="1.0.0">
<artifact name="frebel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.frebel', module='frebel-core', version='1.0.0')
)
libraryDependencies += "io.frebel" % "frebel-core" % "1.0.0"
[io.frebel/frebel-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |