| GroupId | GroupIdcom.github.giannispapadakis |
|---|---|
| ArtifactId | ArtifactIdSeletest |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Seletest-0.0.1.pom | |
| Seletest-0.0.1.jar | 150 KB |
| Seletest-0.0.1-sources.jar | 116 KB |
| Seletest-0.0.1-javadoc.jar | 537 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.giannispapadakis/Seletest/ -->
<dependency>
<groupId>com.github.giannispapadakis</groupId>
<artifactId>Seletest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.giannispapadakis/Seletest/
implementation 'com.github.giannispapadakis:Seletest:0.0.1'
// https://jarcasting.com/artifacts/com.github.giannispapadakis/Seletest/
implementation ("com.github.giannispapadakis:Seletest:0.0.1")
'com.github.giannispapadakis:Seletest:jar:0.0.1'
<dependency org="com.github.giannispapadakis" name="Seletest" rev="0.0.1">
<artifact name="Seletest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.giannispapadakis', module='Seletest', version='0.0.1')
)
libraryDependencies += "com.github.giannispapadakis" % "Seletest" % "0.0.1"
[com.github.giannispapadakis/Seletest "0.0.1"]