Last Version

SizeOf Agent 1.0.4

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.github.fracpete
ArtifactId

ArtifactId

sizeofag
Version

Version

1.0.4
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://github.com/fracpete/sizeofag
Source Code Management

Source Code Management

https://github.com/fracpete/sizeofag

Download sizeofag 1.0.4


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

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.