GroupId | GroupIdcom.github.megafonweblab.histone |
---|---|
ArtifactId | ArtifactIdhistone-spring |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
histone-spring-1.3.4.pom | |
histone-spring-1.3.4.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-spring/ -->
<dependency>
<groupId>com.github.megafonweblab.histone</groupId>
<artifactId>histone-spring</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-spring/
implementation 'com.github.megafonweblab.histone:histone-spring:1.3.4'
// https://jarcasting.com/artifacts/com.github.megafonweblab.histone/histone-spring/
implementation ("com.github.megafonweblab.histone:histone-spring:1.3.4")
'com.github.megafonweblab.histone:histone-spring:jar:1.3.4'
<dependency org="com.github.megafonweblab.histone" name="histone-spring" rev="1.3.4">
<artifact name="histone-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megafonweblab.histone', module='histone-spring', version='1.3.4')
)
libraryDependencies += "com.github.megafonweblab.histone" % "histone-spring" % "1.3.4"
[com.github.megafonweblab.histone/histone-spring "1.3.4"]