MIaS4J

Method Interception and Sandboxing for Java - an alternative Java sandbox based on bytecode rewrite

License

License

GroupId

GroupId

com.github.wolf480pl
ArtifactId

ArtifactId

mias4j
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

MIaS4J
Method Interception and Sandboxing for Java - an alternative Java sandbox based on bytecode rewrite
Project URL

Project URL

http://github.com/Wolf480pl/MIaS4J
Source Code Management

Source Code Management

http://github.com/Wolf480pl/MIaS4J

Download mias4j

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (3)

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

Project Modules

There are no modules declared in this project.

Method Interception and Sandboxing for Java

An alternative Java sandbox based on bytecode rewrite

Versions

Version
0.1.1
0.1.0