| GroupId | GroupIdcom.github.pheymann |
|---|---|
| ArtifactId | ArtifactIdtypedapi-server_2.12 |
| Version | Version0.2.0-RC1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pheymann/typedapi-server_2.12/ -->
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>typedapi-server_2.12</artifactId>
<version>0.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheymann/typedapi-server_2.12/
implementation 'com.github.pheymann:typedapi-server_2.12:0.2.0-RC1'
// https://jarcasting.com/artifacts/com.github.pheymann/typedapi-server_2.12/
implementation ("com.github.pheymann:typedapi-server_2.12:0.2.0-RC1")
'com.github.pheymann:typedapi-server_2.12:jar:0.2.0-RC1'
<dependency org="com.github.pheymann" name="typedapi-server_2.12" rev="0.2.0-RC1">
<artifact name="typedapi-server_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheymann', module='typedapi-server_2.12', version='0.2.0-RC1')
)
libraryDependencies += "com.github.pheymann" % "typedapi-server_2.12" % "0.2.0-RC1"
[com.github.pheymann/typedapi-server_2.12 "0.2.0-RC1"]