| GroupId | GroupIdcom.sun.phobos |
|---|---|
| ArtifactId | ArtifactIdphobos-framework |
| Version | Version0.5.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phobos-framework-0.5.13.pom | |
| phobos-framework-0.5.13.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.phobos/phobos-framework/ -->
<dependency>
<groupId>com.sun.phobos</groupId>
<artifactId>phobos-framework</artifactId>
<version>0.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.phobos/phobos-framework/
implementation 'com.sun.phobos:phobos-framework:0.5.13'
// https://jarcasting.com/artifacts/com.sun.phobos/phobos-framework/
implementation ("com.sun.phobos:phobos-framework:0.5.13")
'com.sun.phobos:phobos-framework:jar:0.5.13'
<dependency org="com.sun.phobos" name="phobos-framework" rev="0.5.13">
<artifact name="phobos-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.phobos', module='phobos-framework', version='0.5.13')
)
libraryDependencies += "com.sun.phobos" % "phobos-framework" % "0.5.13"
[com.sun.phobos/phobos-framework "0.5.13"]