GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutz-plugins-profiler |
Version | Version1.r.68.v20190731 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-plugins-profiler/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-plugins-profiler</artifactId>
<version>1.r.68.v20190731</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-profiler/
implementation 'org.nutz:nutz-plugins-profiler:1.r.68.v20190731'
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-profiler/
implementation ("org.nutz:nutz-plugins-profiler:1.r.68.v20190731")
'org.nutz:nutz-plugins-profiler:jar:1.r.68.v20190731'
<dependency org="org.nutz" name="nutz-plugins-profiler" rev="1.r.68.v20190731">
<artifact name="nutz-plugins-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-plugins-profiler', version='1.r.68.v20190731')
)
libraryDependencies += "org.nutz" % "nutz-plugins-profiler" % "1.r.68.v20190731"
[org.nutz/nutz-plugins-profiler "1.r.68.v20190731"]