| License |
License
No Free - Proprietary software license
|
|---|---|
| GroupId | GroupIdcom.github.douglashiura |
| ArtifactId | ArtifactIdpicon |
| Last Version | Last Version5.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPicon
Picon extension for Junit 5 and Java 1.8
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| picon-5.0.2.pom | |
| picon-5.0.2.jar | 46 KB |
| picon-5.0.2-sources.jar | 22 KB |
| picon-5.0.2-javadoc.jar | 579 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.douglashiura/picon/ -->
<dependency>
<groupId>com.github.douglashiura</groupId>
<artifactId>picon</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.douglashiura/picon/
implementation 'com.github.douglashiura:picon:5.0.2'
// https://jarcasting.com/artifacts/com.github.douglashiura/picon/
implementation ("com.github.douglashiura:picon:5.0.2")
'com.github.douglashiura:picon:jar:5.0.2'
<dependency org="com.github.douglashiura" name="picon" rev="5.0.2">
<artifact name="picon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.douglashiura', module='picon', version='5.0.2')
)
libraryDependencies += "com.github.douglashiura" % "picon" % "5.0.2"
[com.github.douglashiura/picon "5.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |