Categories |
CategoriesSentinel Container Microservices |
---|---|
GroupId | GroupIdcom.github.lgermani |
ArtifactId | ArtifactIdsentinel |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
sentinel-1.0.4.pom | |
sentinel-1.0.4.jar | 84 KB |
sentinel-1.0.4-sources.jar | 41 KB |
sentinel-1.0.4-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lgermani/sentinel/ -->
<dependency>
<groupId>com.github.lgermani</groupId>
<artifactId>sentinel</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lgermani/sentinel/
implementation 'com.github.lgermani:sentinel:1.0.4'
// https://jarcasting.com/artifacts/com.github.lgermani/sentinel/
implementation ("com.github.lgermani:sentinel:1.0.4")
'com.github.lgermani:sentinel:jar:1.0.4'
<dependency org="com.github.lgermani" name="sentinel" rev="1.0.4">
<artifact name="sentinel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lgermani', module='sentinel', version='1.0.4')
)
libraryDependencies += "com.github.lgermani" % "sentinel" % "1.0.4"
[com.github.lgermani/sentinel "1.0.4"]