GroupId | GroupIdcom.peterphi.std |
---|---|
ArtifactId | ArtifactIdstdlib-azure |
Version | Version10.0.0 |
Type | Typejar |
Filename | Size |
---|---|
stdlib-azure-10.0.0.pom | |
stdlib-azure-10.0.0.jar | 16 KB |
stdlib-azure-10.0.0-sources.jar | 6 KB |
stdlib-azure-10.0.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peterphi.std/stdlib-azure/ -->
<dependency>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-azure</artifactId>
<version>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-azure/
implementation 'com.peterphi.std:stdlib-azure:10.0.0'
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-azure/
implementation ("com.peterphi.std:stdlib-azure:10.0.0")
'com.peterphi.std:stdlib-azure:jar:10.0.0'
<dependency org="com.peterphi.std" name="stdlib-azure" rev="10.0.0">
<artifact name="stdlib-azure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std', module='stdlib-azure', version='10.0.0')
)
libraryDependencies += "com.peterphi.std" % "stdlib-azure" % "10.0.0"
[com.peterphi.std/stdlib-azure "10.0.0"]