| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.wake |
| ArtifactId | ArtifactIdwake-project |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionWake-Project
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| wake-project-0.9.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.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.wake/wake-project/
implementation 'com.microsoft.wake:wake-project:0.9'
// https://jarcasting.com/artifacts/com.microsoft.wake/wake-project/
implementation ("com.microsoft.wake:wake-project:0.9")
'com.microsoft.wake:wake-project:pom:0.9'
<dependency org="com.microsoft.wake" name="wake-project" rev="0.9">
<artifact name="wake-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.wake', module='wake-project', version='0.9')
)
libraryDependencies += "com.microsoft.wake" % "wake-project" % "0.9"
[com.microsoft.wake/wake-project "0.9"]