Method Interception and Sandboxing for Java
An alternative Java sandbox based on bytecode rewrite
License |
License |
---|---|
GroupId | GroupIdcom.github.wolf480pl |
ArtifactId | ArtifactIdmias4j |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMIaS4J
Method Interception and Sandboxing for Java - an alternative Java sandbox based on bytecode rewrite
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mias4j-0.1.1.pom | |
mias4j-0.1.1.jar | 43 KB |
mias4j-0.1.1-sources.jar | 31 KB |
mias4j-0.1.1-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wolf480pl/mias4j/ -->
<dependency>
<groupId>com.github.wolf480pl</groupId>
<artifactId>mias4j</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wolf480pl/mias4j/
implementation 'com.github.wolf480pl:mias4j:0.1.1'
// https://jarcasting.com/artifacts/com.github.wolf480pl/mias4j/
implementation ("com.github.wolf480pl:mias4j:0.1.1")
'com.github.wolf480pl:mias4j:jar:0.1.1'
<dependency org="com.github.wolf480pl" name="mias4j" rev="0.1.1">
<artifact name="mias4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wolf480pl', module='mias4j', version='0.1.1')
)
libraryDependencies += "com.github.wolf480pl" % "mias4j" % "0.1.1"
[com.github.wolf480pl/mias4j "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-debug-all | jar | 5.0.3 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.0.1 |
org.apache.logging.log4j : log4j-core | jar | 2.0.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.0.2 |
An alternative Java sandbox based on bytecode rewrite