is not current version
Last Version 1.0.4

com.github.fracpete:sizeofag 1.0.1

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.

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

sizeofag
Version

Version

1.0.1
Type

Type

jar

Download sizeofag 1.0.1


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