не последняя версия
Последняя версия 1.0.4

com.github.fracpete:sizeofag 1.0.3

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.

Группа

Группа

com.github.fracpete
Идентификатор

Идентификатор

sizeofag
Версия

Версия

1.0.3
Тип

Тип

jar

Скачать sizeofag 1.0.3


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