| GroupId | GroupIdcom.microsoft.wake |
|---|---|
| ArtifactId | ArtifactIdwake-project |
| Version | Version0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wake-project-0.4.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.wake/wake-project/ -->
<dependency>
<groupId>com.microsoft.wake</groupId>
<artifactId>wake-project</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.wake/wake-project/
implementation 'com.microsoft.wake:wake-project:0.4'
// https://jarcasting.com/artifacts/com.microsoft.wake/wake-project/
implementation ("com.microsoft.wake:wake-project:0.4")
'com.microsoft.wake:wake-project:pom:0.4'
<dependency org="com.microsoft.wake" name="wake-project" rev="0.4">
<artifact name="wake-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.wake', module='wake-project', version='0.4')
)
libraryDependencies += "com.microsoft.wake" % "wake-project" % "0.4"
[com.microsoft.wake/wake-project "0.4"]