Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.avides.spring |
ArtifactId | ArtifactIdspring-profiler |
Version | Version0.0.7-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.avides.spring/spring-profiler/ -->
<dependency>
<groupId>com.avides.spring</groupId>
<artifactId>spring-profiler</artifactId>
<version>0.0.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.avides.spring/spring-profiler/
implementation 'com.avides.spring:spring-profiler:0.0.7-RELEASE'
// https://jarcasting.com/artifacts/com.avides.spring/spring-profiler/
implementation ("com.avides.spring:spring-profiler:0.0.7-RELEASE")
'com.avides.spring:spring-profiler:jar:0.0.7-RELEASE'
<dependency org="com.avides.spring" name="spring-profiler" rev="0.0.7-RELEASE">
<artifact name="spring-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avides.spring', module='spring-profiler', version='0.0.7-RELEASE')
)
libraryDependencies += "com.avides.spring" % "spring-profiler" % "0.0.7-RELEASE"
[com.avides.spring/spring-profiler "0.0.7-RELEASE"]