License |
License |
---|---|
GroupId | GroupIdorg.jisel |
ArtifactId | ArtifactIdjisel |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionJisel
Java Interface Segregation Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jisel-1.1.pom | |
jisel-1.1.jar | 62 KB |
jisel-1.1-sources.jar | 45 KB |
jisel-1.1-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jisel/jisel/ -->
<dependency>
<groupId>org.jisel</groupId>
<artifactId>jisel</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jisel/jisel/
implementation 'org.jisel:jisel:1.1'
// https://jarcasting.com/artifacts/org.jisel/jisel/
implementation ("org.jisel:jisel:1.1")
'org.jisel:jisel:jar:1.1'
<dependency org="org.jisel" name="jisel" rev="1.1">
<artifact name="jisel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jisel', module='jisel', version='1.1')
)
libraryDependencies += "org.jisel" % "jisel" % "1.1"
[org.jisel/jisel "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service-annotations | jar | 1.0.1 |