spencer-server

Server that receives classfiles via socket connection, instruments them, and sends them back.

License

License

GroupId

GroupId

com.github.kaeluka
ArtifactId

ArtifactId

spencer-server
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

spencer-server
Server that receives classfiles via socket connection, instruments them, and sends them back.
Project URL

Project URL

https://github.com/kaeluka/spencer-server

Download spencer-server

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kaeluka/spencer-server/ -->
<dependency>
    <groupId>com.github.kaeluka</groupId>
    <artifactId>spencer-server</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaeluka/spencer-server/
implementation 'com.github.kaeluka:spencer-server:0.1.2'
// https://jarcasting.com/artifacts/com.github.kaeluka/spencer-server/
implementation ("com.github.kaeluka:spencer-server:0.1.2")
'com.github.kaeluka:spencer-server:jar:0.1.2'
<dependency org="com.github.kaeluka" name="spencer-server" rev="0.1.2">
  <artifact name="spencer-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaeluka', module='spencer-server', version='0.1.2')
)
libraryDependencies += "com.github.kaeluka" % "spencer-server" % "0.1.2"
[com.github.kaeluka/spencer-server "0.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.kaeluka : spencer-instrumentation jar 0.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1
0.1.0