License |
License |
---|---|
GroupId | GroupIdcom.kirgor.enklib |
ArtifactId | ArtifactIdcompile |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnklib Compile
Library for runtime in-memory compiling of Java classes.
|
Filename | Size |
---|---|
compile-0.1.pom | |
compile-0.1.jar | 7 KB |
compile-0.1-sources.jar | 3 KB |
compile-0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kirgor.enklib/compile/ -->
<dependency>
<groupId>com.kirgor.enklib</groupId>
<artifactId>compile</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kirgor.enklib/compile/
implementation 'com.kirgor.enklib:compile:0.1'
// https://jarcasting.com/artifacts/com.kirgor.enklib/compile/
implementation ("com.kirgor.enklib:compile:0.1")
'com.kirgor.enklib:compile:jar:0.1'
<dependency org="com.kirgor.enklib" name="compile" rev="0.1">
<artifact name="compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kirgor.enklib', module='compile', version='0.1')
)
libraryDependencies += "com.kirgor.enklib" % "compile" % "0.1"
[com.kirgor.enklib/compile "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-io | jar | 1.3.2 |