Skip to content

Instantly share code, notes, and snippets.

@AlexDBlack
Created September 12, 2019 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDBlack/5721cb6fbd6cd98b6702cd49e733dacf to your computer and use it in GitHub Desktop.
Save AlexDBlack/5721cb6fbd6cd98b6702cd49e733dacf to your computer and use it in GitHub Desktop.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.datavec</groupId>
<artifactId>datavec-spark_${scala.binary.version}</artifactId>
<version>${datavec.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment