GroupId | GroupIdcom.fundebug |
---|---|
ArtifactId | ArtifactIdfundebug-spring |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
fundebug-spring-0.2.0.pom | |
fundebug-spring-0.2.0.jar | 3 KB |
fundebug-spring-0.2.0-sources.jar | 1 KB |
fundebug-spring-0.2.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fundebug/fundebug-spring/ -->
<dependency>
<groupId>com.fundebug</groupId>
<artifactId>fundebug-spring</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fundebug/fundebug-spring/
implementation 'com.fundebug:fundebug-spring:0.2.0'
// https://jarcasting.com/artifacts/com.fundebug/fundebug-spring/
implementation ("com.fundebug:fundebug-spring:0.2.0")
'com.fundebug:fundebug-spring:jar:0.2.0'
<dependency org="com.fundebug" name="fundebug-spring" rev="0.2.0">
<artifact name="fundebug-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fundebug', module='fundebug-spring', version='0.2.0')
)
libraryDependencies += "com.fundebug" % "fundebug-spring" % "0.2.0"
[com.fundebug/fundebug-spring "0.2.0"]