GroupId | GroupIdcom.github.dakusui |
---|---|
ArtifactId | ArtifactIdsymfonion |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
symfonion-0.5.pom | |
symfonion-0.5.jar | 92 KB |
symfonion-0.5-sources.jar | 32 KB |
symfonion-0.5-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/symfonion/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>symfonion</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/symfonion/
implementation 'com.github.dakusui:symfonion:0.5'
// https://jarcasting.com/artifacts/com.github.dakusui/symfonion/
implementation ("com.github.dakusui:symfonion:0.5")
'com.github.dakusui:symfonion:jar:0.5'
<dependency org="com.github.dakusui" name="symfonion" rev="0.5">
<artifact name="symfonion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='symfonion', version='0.5')
)
libraryDependencies += "com.github.dakusui" % "symfonion" % "0.5"
[com.github.dakusui/symfonion "0.5"]