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