SizeOf Agent

sizeofag is a Java Agent that allows you to determine the size of Java objects from within the JVM at runtime. This makes it very useful for developing Java frameworks that take memory constraints into account.

License

License

GroupId

GroupId

com.googlecode.sizeofag
ArtifactId

ArtifactId

sizeofag
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SizeOf Agent
sizeofag is a Java Agent that allows you to determine the size of Java objects from within the JVM at runtime. This makes it very useful for developing Java frameworks that take memory constraints into account.
Project URL

Project URL

https://code.google.com/p/sizeofag/

Download sizeofag

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0