o

osmt-parent

The Open Skills Management Tool (OSMT) makes it possible for employers, educators, military, and other stakeholders to create and share open skills libraries. OSMT advances skills-based education and hiring.
https://osmt.io
The Apache License, Version 2.0
Open Source at WGU
文件下载
文件名 操作
osmt-parent-2.5.1.pom 下载
Apache Maven
<dependency>
  <groupId>edu.wgu.osmt</groupId>
  <artifactId>osmt-parent</artifactId>
  <version>2.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'edu.wgu.osmt:osmt-parent:2.5.1'
Gradle Kotlin
implementation("edu.wgu.osmt:osmt-parent:2.5.1")
Scala SBT
libraryDependencies += "edu.wgu.osmt" % "osmt-parent" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='edu.wgu.osmt', module='osmt-parent', version='2.5.1')
)
Apache Ivy
<dependency org="edu.wgu.osmt" name="osmt-parent" rev="2.5.1" />
Leiningen
[edu.wgu.osmt/osmt-parent "2.5.1"]
Apache Buildr
'edu.wgu.osmt:osmt-parent:jar:2.5.1'