r

regulations-events

Payroll regulations events project for Spring Boot
Apache License, Version 2.0
Silvere gatien
文件下载
文件名 操作
regulations-events-0.1.10-RELEASE.jar 下载
regulations-events-0.1.10-RELEASE.pom 下载
regulations-events-0.1.10-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.deepdreams</groupId>
  <artifactId>regulations-events</artifactId>
  <version>0.1.10-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'tech.deepdreams:regulations-events:0.1.10-RELEASE'
Gradle Kotlin
implementation("tech.deepdreams:regulations-events:0.1.10-RELEASE")
Scala SBT
libraryDependencies += "tech.deepdreams" % "regulations-events" % "0.1.10-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='tech.deepdreams', module='regulations-events', version='0.1.10-RELEASE')
)
Apache Ivy
<dependency org="tech.deepdreams" name="regulations-events" rev="0.1.10-RELEASE" />
Leiningen
[tech.deepdreams/regulations-events "0.1.10-RELEASE"]
Apache Buildr
'tech.deepdreams:regulations-events:jar:0.1.10-RELEASE'