GroupId | GroupIdcom.lindar |
---|---|
ArtifactId | ArtifactIdsergent |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
sergent-2.1.2.pom | |
sergent-2.1.2.jar | 73 KB |
sergent-2.1.2-sources.jar | 13 KB |
sergent-2.1.2-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lindar/sergent/ -->
<dependency>
<groupId>com.lindar</groupId>
<artifactId>sergent</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/sergent/
implementation 'com.lindar:sergent:2.1.2'
// https://jarcasting.com/artifacts/com.lindar/sergent/
implementation ("com.lindar:sergent:2.1.2")
'com.lindar:sergent:jar:2.1.2'
<dependency org="com.lindar" name="sergent" rev="2.1.2">
<artifact name="sergent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='sergent', version='2.1.2')
)
libraryDependencies += "com.lindar" % "sergent" % "2.1.2"
[com.lindar/sergent "2.1.2"]